From 0d71478237e1201b081bec8e86ef65fee191de50 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Jul 2014 14:01:46 -0400 Subject: [PATCH] inspector: Offer Raleigh as a theme As long as it is included, might as well offer it. --- gtk/inspector/visual.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c index 0fb6a80260..9e50e88d7f 100644 --- a/gtk/inspector/visual.c +++ b/gtk/inspector/visual.c @@ -208,6 +208,7 @@ init_theme (GtkInspectorVisual *vis) t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); g_hash_table_add (t, g_strdup ("Adwaita")); + g_hash_table_add (t, g_strdup ("Raleigh")); fill_gtk (themedir, t); -- 2.30.2